#pager ul.pages {
border-bottom: medium none;
border-left: medium none;
padding-bottom: 0px;
text-transform: uppercase;
margin: 10px 0px 5px;
padding-left: 0px;
padding-right: 0px;
display: block;
float: right;
font-size: 10px;
border-top: medium none;
border-right: medium none;
padding-top: 0px;
}
#pager ul.pages li {
list-style-type: none;
float: left;
color: #399ad7;
width: 22px;
height: 20px;
font-size: 11px;
font-weight: bold;
padding-top: 3px;
margin-left: 5px;
text-align: center
;}
#pager ul.pages li:hover {
background-image: url(/public/files/bgpagesel.gif);
width: 22px;
background-repeat: no-repeat;
height: 20px;
font-size: 11px;
font-weight: bolder
;
}
#pager ul.pages li.pgEmpty {
color:#eee;
}
#pager ul.pages li.pgCurrent {
background-image: url(/public/files/bgpagesel.gif);
width: 22px;
color:#000;
background-repeat: no-repeat;
height: 20px;
font-size: 11px;
font-weight: bolder
}

#pager ul.pages li.pgNext {
background-image: url(/public/files/pgbuttons.gif);
text-align: center;
width: 40px;
background-repeat: no-repeat;
height: 20px;
color: #000;
margin-left: 5px;
font-size: 11px;
font-weight: bolder;
padding-top: 3px
;}
